The Line Control

The Line control is drawn via the dual x, y rectangular coordinates of the line.

Line Properties

(Name) -The name you assign to this control. If none is provided, the name defaults to Line1, Line2 etc.

(TabNo) - The assigned sequence of the control. Child controls are renumbered under each parent.

Anchor - For property descriptions, see Graphical Control Properties.

Dock - Automatically places the line on the form in accordance to the value selected from the dock grid. Use "None" to manually place the line where you want it.

Events - See VBA Events topic in the Developers Reference Guide.

LineColor - Theme colors are derived from Mobile Themes. Named Colors derived from the web. Custom colors are the RGB colors you assigned. If the Custom RGB = 0, then the Custom value is using the Control Default which is set in Mobile Themes.

LineSize - The thickness of the lines in points.

LineType - Sets the line at a diagonal, horizontal or vertical angle.

Location - Shows the location of the line relative its distance from the left side of the form and the shortest distance from the top of the form to a point on the line.

Size - For a horizontal line, its size is the width in pixels and the height is its occupied space; For a vertical line, the size is the height in pixels and the space occupied; For a diagonal is both the width and height of the occupied spaced in pixels.

Visible - "(Default)" uses the value set in Mobile Themes. True makes this visible; False makes it invisible.